home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_apache2.idb / usr / freeware / apache2 / include / ap_compat.h.z / ap_compat.h
C/C++ Source or Header  |  2002-07-08  |  285b  |  13 lines

  1. #ifndef AP_COMPAT_H
  2. #define AP_COMPAT_H
  3.  
  4. /* Drag in apu (and therefore apr) renamed symbols */
  5. #include "apu_compat.h"
  6.  
  7. /* redefine 1.3.x symbols to the new symbol names */
  8.  
  9. #define MODULE_VAR_EXPORT    AP_MODULE_DECLARE_DATA
  10. #define ap_send_http_header(r) ;
  11.  
  12. #endif /* AP_COMPAT_H */
  13.